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/macppc/conf/GENERIC | |
parent | e446f87143c01c85bd219803dc2d66b08854341d (diff) |
Enable sk(4).
ok reyk@
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 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 |