split fxp into bus independent and dependent (pci) parts (cardbus to come)
authorjason <jason@openbsd.org>
Tue, 18 Apr 2000 18:44:22 +0000 (18:44 +0000)
committerjason <jason@openbsd.org>
Tue, 18 Apr 2000 18:44:22 +0000 (18:44 +0000)
commit8eba34dd85d07cd346770bd44e7da86c16f4bf6b
tree9b012bc5630ca9661b2acd278963333aae16b1ff
parent737ce4f3ba701176f4ad643a3181b5a820186f15
split fxp into bus independent and dependent (pci) parts (cardbus to come)
sys/conf/files
sys/dev/ic/fxp.c [new file with mode: 0644]
sys/dev/ic/fxpreg.h [new file with mode: 0644]
sys/dev/ic/fxpvar.h [new file with mode: 0644]
sys/dev/pci/files.pci
sys/dev/pci/if_fxp.c [deleted file]
sys/dev/pci/if_fxp_pci.c [new file with mode: 0644]
sys/dev/pci/if_fxpreg.h [deleted file]
sys/dev/pci/if_fxpvar.h [deleted file]