Date: Thu, 13 Jan 2000 23:14:18 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/dev/advansys adv_eisa.c src/sys/dev/ahb ahb.c src/sys/dev/aic7xxx ahc_eisa.c src/sys/dev/buslogic bt_eisa.c src/sys/dev/dpt dpt_eisa.c src/sys/dev/eisa eisaconf.c ... Message-ID: <200001140714.XAA80190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/01/13 23:14:18 PST Modified files: sys/conf files files.i386 files.pc98 sys/dev/advansys adv_eisa.c sys/dev/ahb ahb.c sys/dev/aic7xxx ahc_eisa.c sys/dev/buslogic bt_eisa.c sys/dev/dpt dpt_eisa.c sys/dev/eisa eisaconf.c sys/dev/ep if_ep_eisa.c sys/dev/ex if_ex.c sys/dev/ie if_ie.c sys/dev/pdq if_fea.c sys/dev/vx if_vx_eisa.c sys/i386/i386 userconfig.c sys/i386/isa isa_compat.h Removed files: sys/i386/eisa adv_eisa.c ahb.c ahbreg.h ahc_eisa.c eisaconf.c eisaconf.h if_fea.c if_vx_eisa.c sys/i386/isa if_ex.c if_exreg.h if_ie.c if_ie507.h if_iee16.h if_iereg.h sys/pci adv_pci.c ahc_pci.c if_fpa.c if_vx_pci.c Log: Pre 4.0 tidy up. Collect together the components of several drivers and export eisa from the i386-only area (It's not, it's on some alphas too). The code hasn't been updated to work on the Alpha yet, but that can come later. Repository copies were done a while ago. Moving these now keeps them in consistant place across the 4.x series as the newbusification progresses. Submitted by: mdodd Revision Changes Path 1.320 +19 -11 src/sys/conf/files 1.297 +2 -11 src/sys/conf/files.i386 1.134 +2 -11 src/sys/conf/files.pc98 1.8 +2 -2 src/sys/dev/advansys/adv_eisa.c 1.16 +3 -3 src/sys/dev/ahb/ahb.c 1.14 +2 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.11 +2 -2 src/sys/dev/buslogic/bt_eisa.c 1.11 +2 -2 src/sys/dev/dpt/dpt_eisa.c 1.55 +2 -2 src/sys/dev/eisa/eisaconf.c 1.18 +2 -2 src/sys/dev/ep/if_ep_eisa.c 1.26 +2 -2 src/sys/dev/ex/if_ex.c 1.71 +4 -4 src/sys/dev/ie/if_ie.c 1.19 +2 -2 src/sys/dev/pdq/if_fea.c 1.13 +2 -1 src/sys/dev/vx/if_vx_eisa.c 1.168 +3 -3 src/sys/i386/i386/userconfig.c 1.24 +1 -6 src/sys/i386/isa/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001140714.XAA80190>