diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-06-14 13:32:50 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-06-14 13:32:50 +0000 |
commit | b8f359240f32023375ce99036e1daea20aa02713 (patch) | |
tree | e4d6e9084eac8adae8e33aa03539353d99793955 /sys/arch/cats | |
parent | 841373330f44381e24532a16f128ebd97ca6bc5d (diff) |
Remove de(4) from cats, it does not work for any of the developers in
the (rather picky) cats board. It is also the last device to use vtophys
on arm.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 44d2051d3f2..151ecd6fe7f 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2005/05/26 23:18:27 drahn Exp $ +# $OpenBSD: GENERIC,v 1.26 2005/06/14 13:32:49 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -126,7 +126,6 @@ fxp* at pci? # Intel EtherExpress PRO 10+/100B ne* at pci? # NE2000 compat ethernet #ntwoc* at pci? # Riscom/N2 PCI Sync Serial dc* at pci? # DECchip 21x4x and clones -de* at pci? # DECchip 21x4x and clones vr* at pci? # VIA Rhine Fast Ethernet xl* at pci? # 3C9xx ethernet #lmc* at pci? # Lan Media Corp SSI/HSSI/DS3 diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index 16efce14ced..de7aa2bf9f6 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2005/05/27 15:54:59 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.15 2005/06/14 13:32:49 drahn Exp $ machine cats arm @@ -127,7 +127,6 @@ fxp* at pci? # Intel EtherExpress PRO 10+/100B ne* at pci? # NE2000 compat ethernet #ntwoc* at pci? # Riscom/N2 PCI Sync Serial dc* at pci? # DECchip 21x4x and clones -de* at pci? # DECchip 21x4x and clones vr* at pci? # VIA Rhine Fast Ethernet xl* at pci? # 3C9xx ethernet #lmc* at pci? # Lan Media Corp SSI/HSSI/DS3 |