Module Name:    src
Committed By:   pooka
Date:           Tue Jan 19 12:41:41 UTC 2010

Modified Files:
        src/sys/dev/isa: files.isa
Removed Files:
        src/sys/dev/isa: if_hp.c

Log Message:
h...@isa was marked non-compiling and broken 14 years ago.  I'm sure
the tens of well-tested changes since then have been necessary,
but now i'll just spoil the fun for everyone by sending the driver
to the attic.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/dev/isa/files.isa
cvs rdiff -u -r1.48 -r0 src/sys/dev/isa/if_hp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/files.isa
diff -u src/sys/dev/isa/files.isa:1.157 src/sys/dev/isa/files.isa:1.158
--- src/sys/dev/isa/files.isa:1.157	Thu Apr  3 22:46:22 2008
+++ src/sys/dev/isa/files.isa	Tue Jan 19 12:41:41 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.isa,v 1.157 2008/04/03 22:46:22 xtraeme Exp $
+#	$NetBSD: files.isa,v 1.158 2010/01/19 12:41:41 pooka Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -218,12 +218,6 @@
 attach	fmv at isa with fmv_isa
 file	dev/isa/if_fmv_isa.c		fmv_isa
 
-# HP Lan Ethernet controllers
-# XXX currently broken
-#device hp: ether, ifnet, arp
-#attach	hp at isa
-#file	dev/isa/if_hp.c			hp
-
 # Intel i82595-based boards.
 # (Intel EtherExpress PRO)
 device	iy: ether, ifnet, arp

Reply via email to