Date: Tue, 30 Jan 2001 02:05:44 -0800 (PST) From: John Hay <jhay@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 src/sys/dev/ar if_ar.c if_ar_pci.c src/sys/dev/sr if_sr.c if_sr_isa.c if_sr_pci.c if_srregs.h src/sys/i386/isa if_ar.c if_ar.h if_arregs.h if_sr.c if_sr.h if_srregs.h src/sys/i386/isa/ic hd64570.h src/sys/pci ... Message-ID: <200101301005.f0UA5js96155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhay 2001/01/30 02:05:44 PST
Modified files:
sys/conf files files.i386
Log:
Reflect the new location of the ar and sr devices.
Revision Changes Path
1.480 +5 -3 src/sys/conf/files
1.353 +3 -3 src/sys/conf/files.i386
Modified files:
sys/dev/ar if_ar.c if_ar_pci.c
Log:
Update include files to reflect the new location of the ar device.
Revision Changes Path
1.49 +4 -4 src/sys/dev/ar/if_ar.c
1.6 +3 -3 src/sys/dev/ar/if_ar_pci.c
Modified files:
sys/dev/sr if_sr.c if_sr_isa.c if_sr_pci.c
if_srregs.h
Log:
Newbusify the sr device and move it to its new location.
Revision Changes Path
1.46 +247 -605 src/sys/dev/sr/if_sr.c
1.46 +229 -3154 src/sys/dev/sr/if_sr_isa.c
1.15 +182 -72 src/sys/dev/sr/if_sr_pci.c
1.6 +78 -2 src/sys/dev/sr/if_srregs.h
Removed files:
sys/i386/isa if_ar.c if_ar.h if_arregs.h if_sr.c
if_sr.h if_srregs.h
sys/pci if_ar_p.c if_sr_p.c
Log:
The ar and sr devices have moved to sys/dev/.
Removed files:
sys/i386/isa/ic hd64570.h
Log:
This include file has found a new home in sys/dev/ic/.
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?200101301005.f0UA5js96155>
