mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Add entry for D-Link DE-660
Submitted by: Brian Handy <handy@lambic.physics.montana.edu>
This commit is contained in:
parent
9b09b6c73f
commit
5966e39935
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44136
@ -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.24 1998/12/15 02:57:30 msmith Exp $
|
||||
# $Id: pccard.conf.sample,v 1.25 1999/02/04 10:06:44 markm Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -153,6 +153,12 @@ card "Ethernet" "Adapter"
|
||||
insert /etc/pccard_ether ed0
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# D-Link DE-660 NE2000 clone
|
||||
card "D-Link" "DE-660"
|
||||
config 0x20 "ed0" ? 0x10
|
||||
insert /etc/pccard_ether ed0 link0 -link1
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# AIWA PV-JF288
|
||||
card "AIWA CO.,LTD." "PV-JF288 "
|
||||
config 0x23 "sio2" 10
|
||||
|
@ -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.24 1998/12/15 02:57:30 msmith Exp $
|
||||
# $Id: pccard.conf.sample,v 1.25 1999/02/04 10:06:44 markm Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -153,6 +153,12 @@ card "Ethernet" "Adapter"
|
||||
insert /etc/pccard_ether ed0
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# D-Link DE-660 NE2000 clone
|
||||
card "D-Link" "DE-660"
|
||||
config 0x20 "ed0" ? 0x10
|
||||
insert /etc/pccard_ether ed0 link0 -link1
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# AIWA PV-JF288
|
||||
card "AIWA CO.,LTD." "PV-JF288 "
|
||||
config 0x23 "sio2" 10
|
||||
|
Loading…
Reference in New Issue
Block a user