diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-22 23:10:29 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-22 23:10:29 +0000 |
commit | f3c537cd52072955749e408525f3df2fcdfff7ef (patch) | |
tree | 66f73241f0945d4e269aaa5946a9c85fd9b01f9b /sys/arch | |
parent | e446f87143c01c85bd219803dc2d66b08854341d (diff) |
Enable sk(4).
ok reyk@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index e301612603d..5cd1913cb04 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.143 2006/06/22 01:38:05 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.144 2006/06/22 23:10:28 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -80,6 +80,8 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) ti* at pci? # Alteon Tigon 1Gb ethernet re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE +skc* at pci? # SysKonnect GEnesis 984x +sk* at skc? # each port of above an* at pci? # Cisco/Aironet atw* at pci? # ADMtek ADM8211 (802.11) wi* at pci? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index a3d8998213b..b0fd00b5d63 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.67 2006/06/01 23:15:49 brad Exp $ +# $OpenBSD: RAMDISK,v 1.68 2006/06/22 23:10:28 brad Exp $ # # PPC GENERIC config file # @@ -77,6 +77,8 @@ ti* at pci? # Alteon Tigon 1Gb ethernet re* at pci? # Realtek 8169/8169S/8110S rl* at pci? # Realtek 81[23]9 ethernet stge* at pci? # Sundance TC9021 GigE +skc* at pci? # SysKonnect GEnesis 984x +sk* at skc? # each port of above an* at pci? # Cisco/Aironet 802.11DS wi* at pci? # WaveLAN IEEE 802.11DS vr* at pci? # VIA Rhine ethernet diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index b71877f188a..b1fde139a6c 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.149 2006/06/21 22:55:38 jason Exp $ +# $OpenBSD: GENERIC,v 1.150 2006/06/22 23:10:28 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -47,8 +47,8 @@ lmc* at pci? # Lan Media Corp SSI/T3/HSSI hme* at pci? gem* at pci? ti* at pci? # Alteon Tigon 1Gb ethernet -#skc* at pci? # SysKonnect GEnesis 984x -#sk* at skc? # each port of above +skc* at pci? # SysKonnect GEnesis 984x +sk* at skc? # each port of above fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet pcn* at pci? # AMD PCnet-PCI Ethernet diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index c0543200969..67aa62af29a 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.51 2006/06/21 19:28:08 jason Exp $ +# $OpenBSD: RAMDISK,v 1.52 2006/06/22 23:10:28 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -51,8 +51,8 @@ ebus* at pci? hme* at pci? gem* at pci? ti* at pci? # Alteon Tigon 1Gb ethernet -#skc* at pci? # SysKonnect GEnesis 984x -#sk* at skc? # each port of above +skc* at pci? # SysKonnect GEnesis 984x +sk* at skc? # each port of above fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet pcn* at pci? # AMD PCnet-PCI Ethernet |