diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-02 20:07:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-02 20:07:33 +0000 |
commit | 90f543dc33f9ab57c6a4fff5980521fd8d95eef4 (patch) | |
tree | 4c2d961d20bec86941e4bf406c9a7468be1af735 /sys/arch/amd64/conf | |
parent | fe3764c459102e582e2b29c3dc4654537698ed22 (diff) |
SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermann
<madroach@zakweb.de>.
SiS 191 is not verified to work yet because he does not have the hardware;
if anyone has it, please contact him.
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2e3b926bef8..f52febfdf7c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.288 2010/03/28 17:04:27 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.289 2010/04/02 20:07:29 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -436,6 +436,7 @@ vr* at pci? # VIA Rhine ethernet #wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet sis* at pci? # SiS 900/7016 ethernet +se* at pci? # SiS 190/191 ethernet #ste* at pci? # Sundance ST201 ethernet BORKED pcn* at pci? # AMD PCnet-PCI Ethernet dc* at pci? # 21143, "tulip" clone ethernet |