mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Add AmbiCom Inc NIC
Submitted by: Wes Peters <wes@softweyr.com>
This commit is contained in:
parent
ee2071b83d
commit
282302a153
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46391
@ -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.32 1999/04/25 10:27:22 brian Exp $
|
||||
# $Id: pccard.conf.sample,v 1.33 1999/05/03 19:08:43 brian Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -471,3 +471,11 @@ card "AT&T" "V34+ Fax Modem"
|
||||
# Motorola Montana
|
||||
card "Motorola" "MONTANA 33.6 FAX/MODEM"
|
||||
config 0x21 "sio1" 10
|
||||
|
||||
# AmbiCom 10BaseT card
|
||||
card "AmbiCom Inc" "AMB8002T"
|
||||
config 0x20 "ed0" 11
|
||||
insert echo AmbiCom 8002T inserted
|
||||
insert /etc/pccard_ether ed0
|
||||
remove echo AmbiCom 8002T removed
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
@ -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.32 1999/04/25 10:27:22 brian Exp $
|
||||
# $Id: pccard.conf.sample,v 1.33 1999/05/03 19:08:43 brian Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -471,3 +471,11 @@ card "AT&T" "V34+ Fax Modem"
|
||||
# Motorola Montana
|
||||
card "Motorola" "MONTANA 33.6 FAX/MODEM"
|
||||
config 0x21 "sio1" 10
|
||||
|
||||
# AmbiCom 10BaseT card
|
||||
card "AmbiCom Inc" "AMB8002T"
|
||||
config 0x20 "ed0" 11
|
||||
insert echo AmbiCom 8002T inserted
|
||||
insert /etc/pccard_ether ed0
|
||||
remove echo AmbiCom 8002T removed
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
Loading…
Reference in New Issue
Block a user