Date: Fri, 14 Jun 1996 04:02:31 -0700 (PDT) From: Satoshi Asami <asami> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys Makefile src/sys/i386/include clock.h console.h cpufunc.h devconf.h random.h soundcard.h src/sys/i386/isa isa.h isa_device.h src/sys/msdosfs msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c src/sys/scsi scsiconf.c scsiconf.h sd.c src/sys/sys disklabel.h diskslice.h src/sys/kern init_main.c vfs_bio.c src/sys/net ppp_tty.c src/sys/pccard i82365.h pccard.c pcic.c slot.h src/sys/pci if_ed_p.c wd82371.c Message-ID: <199606141102.EAA07070@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 96/06/14 04:02:30 Modified: sys Makefile sys/i386/include clock.h console.h cpufunc.h devconf.h random.h soundcard.h sys/i386/isa isa.h isa_device.h sys/kern init_main.c vfs_bio.c sys/msdosfs msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c sys/net ppp_tty.c sys/pccard i82365.h pccard.c pcic.c slot.h sys/pci if_ed_p.c wd82371.c sys/scsi scsiconf.c scsiconf.h sd.c sys/sys disklabel.h diskslice.h Log: The Great PC98 Merge. All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team Revision Changes Path 1.5 +5 -1 src/sys/Makefile 1.14 +9 -1 src/sys/i386/include/clock.h 1.21 +26 -1 src/sys/i386/include/console.h 1.50 +48 -1 src/sys/i386/include/cpufunc.h 1.13 +22 -1 src/sys/i386/include/devconf.h 1.5 +6 -1 src/sys/i386/include/random.h 1.16 +3 -0 src/sys/i386/include/soundcard.h 1.19 +5 -1 src/sys/i386/isa/isa.h 1.30 +5 -1 src/sys/i386/isa/isa_device.h 1.43 +8 -1 src/sys/kern/init_main.c 1.93 +8 -1 src/sys/kern/vfs_bio.c 1.18 +8 -1 src/sys/msdosfs/msdosfs_denode.c 1.7 +8 -1 src/sys/msdosfs/msdosfs_lookup.c 1.13 +66 -1 src/sys/msdosfs/msdosfs_vfsops.c 1.31 +15 -1 src/sys/msdosfs/msdosfs_vnops.c 1.9 +5 -1 src/sys/net/ppp_tty.c 1.5 +3 -0 src/sys/pccard/i82365.h 1.22 +14 -0 src/sys/pccard/pccard.c 1.20 +235 -0 src/sys/pccard/pcic.c 1.7 +4 -0 src/sys/pccard/slot.h 1.3 +5 -1 src/sys/pci/if_ed_p.c 1.5 +5 -1 src/sys/pci/wd82371.c 1.60 +24 -1 src/sys/scsi/scsiconf.c 1.42 +9 -1 src/sys/scsi/scsiconf.h 1.90 +41 -2 src/sys/scsi/sd.c 1.22 +34 -1 src/sys/sys/disklabel.h 1.13 +5 -1 src/sys/sys/diskslice.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606141102.EAA07070>