mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Added U.S. Robotics XJ1560J (X2 X-jack modem)
This commit is contained in:
parent
bf595ed7c2
commit
d767c61bfd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34687
@ -8,7 +8,7 @@
|
|||||||
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
||||||
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
||||||
#
|
#
|
||||||
# $Id: pccard.conf.sample,v 1.16 1998/02/24 13:32:36 hosokawa Exp $
|
# $Id: pccard.conf.sample,v 1.17 1998/02/24 13:56:38 itojun Exp $
|
||||||
|
|
||||||
# Generally available IO ports
|
# Generally available IO ports
|
||||||
io 0x240-0x360
|
io 0x240-0x360
|
||||||
@ -290,6 +290,12 @@ card "NTT-IT CO., LTD" "ThunderCard AVF288, V.34"
|
|||||||
insert echo NTT ThunderCard inserted
|
insert echo NTT ThunderCard inserted
|
||||||
remove echo NTT ThunderCard removed
|
remove echo NTT ThunderCard removed
|
||||||
|
|
||||||
|
# U.S. Robotics XJ1560J
|
||||||
|
card "U.S. Robotics" "XJ/CC1560J"
|
||||||
|
config 0x22 "sio2" 10
|
||||||
|
insert echo U.S. Robotics XJ1560J inserted
|
||||||
|
remove echo U.S. Robotics XJ1560J removed
|
||||||
|
|
||||||
# BUG Linkboy D64K (ISDN)
|
# BUG Linkboy D64K (ISDN)
|
||||||
card "BUG Inc." "Linkboy D64K"
|
card "BUG Inc." "Linkboy D64K"
|
||||||
config 0x23 "sio2" 3
|
config 0x23 "sio2" 3
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
||||||
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
||||||
#
|
#
|
||||||
# $Id: pccard.conf.sample,v 1.16 1998/02/24 13:32:36 hosokawa Exp $
|
# $Id: pccard.conf.sample,v 1.17 1998/02/24 13:56:38 itojun Exp $
|
||||||
|
|
||||||
# Generally available IO ports
|
# Generally available IO ports
|
||||||
io 0x240-0x360
|
io 0x240-0x360
|
||||||
@ -290,6 +290,12 @@ card "NTT-IT CO., LTD" "ThunderCard AVF288, V.34"
|
|||||||
insert echo NTT ThunderCard inserted
|
insert echo NTT ThunderCard inserted
|
||||||
remove echo NTT ThunderCard removed
|
remove echo NTT ThunderCard removed
|
||||||
|
|
||||||
|
# U.S. Robotics XJ1560J
|
||||||
|
card "U.S. Robotics" "XJ/CC1560J"
|
||||||
|
config 0x22 "sio2" 10
|
||||||
|
insert echo U.S. Robotics XJ1560J inserted
|
||||||
|
remove echo U.S. Robotics XJ1560J removed
|
||||||
|
|
||||||
# BUG Linkboy D64K (ISDN)
|
# BUG Linkboy D64K (ISDN)
|
||||||
card "BUG Inc." "Linkboy D64K"
|
card "BUG Inc." "Linkboy D64K"
|
||||||
config 0x23 "sio2" 3
|
config 0x23 "sio2" 3
|
||||||
|
Loading…
Reference in New Issue
Block a user