mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Add 3Com/Noteworthy 56k modem
PR: 9187 Submitted by: Craig Leres <leres@ee.lbl.gov> Requested by: Nathan Ahlstrom <nrahlstr@winternet.com>
This commit is contained in:
parent
7c2a64c438
commit
3307604ff5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46367
@ -8,7 +8,7 @@
|
||||
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
||||
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
||||
#
|
||||
# $Id: pccard.conf.sample,v 1.31 1999/03/25 16:37:33 cwt Exp $
|
||||
# $Id: pccard.conf.sample,v 1.32 1999/04/25 10:27:22 brian Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -346,6 +346,12 @@ card "3Com" "3CXM/3CCM556"
|
||||
insert echo 3Com PCMCIA 56K Modem inserted
|
||||
remove echo 3Com PCMCIA 56K Modem removed
|
||||
|
||||
# 3Com/NoteWorthy 56K modem (bundled with Toshiba notebooks)
|
||||
card "Toshiba America" "3CXM056-BNW"
|
||||
config 0x20 "sio1" 3
|
||||
insert echo NoteWorthy 56K PCMCIA Modem inserted
|
||||
remove echo NoteWorthy 56K PCMCIA Modem removed
|
||||
|
||||
# BUG Linkboy D64K (ISDN)
|
||||
card "BUG Inc." "Linkboy D64K"
|
||||
config 0x23 "sio2" 3
|
||||
|
@ -8,7 +8,7 @@
|
||||
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
||||
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
||||
#
|
||||
# $Id: pccard.conf.sample,v 1.31 1999/03/25 16:37:33 cwt Exp $
|
||||
# $Id: pccard.conf.sample,v 1.32 1999/04/25 10:27:22 brian Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -346,6 +346,12 @@ card "3Com" "3CXM/3CCM556"
|
||||
insert echo 3Com PCMCIA 56K Modem inserted
|
||||
remove echo 3Com PCMCIA 56K Modem removed
|
||||
|
||||
# 3Com/NoteWorthy 56K modem (bundled with Toshiba notebooks)
|
||||
card "Toshiba America" "3CXM056-BNW"
|
||||
config 0x20 "sio1" 3
|
||||
insert echo NoteWorthy 56K PCMCIA Modem inserted
|
||||
remove echo NoteWorthy 56K PCMCIA Modem removed
|
||||
|
||||
# BUG Linkboy D64K (ISDN)
|
||||
card "BUG Inc." "Linkboy D64K"
|
||||
config 0x23 "sio2" 3
|
||||
|
Loading…
Reference in New Issue
Block a user