From owner-cvs-all Fri Jun 18 12: 4:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C991F1510A; Fri, 18 Jun 1999 12:04:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00758; Fri, 18 Jun 1999 12:04:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199906181904.MAA00758@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 Jun 1999 12:04:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/dev/pccard if_xe.c if_xereg.h src/sys/dev/ux am79c930.c am79c930ioctl.h am79c930reg.h am79c930var.h src/sys/i386/apm apm.c src/sys/i386/apm/apm_init Makefile apm_init.S apm_init.inc src/sys/i386/conf Makefile.kit ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/06/18 12:04:26 PDT Modified files: (Branch: RELENG_3_2_PAO) sys/conf files options sys/i386/apm apm.c sys/i386/apm/apm_init Makefile apm_init.S apm_init.inc sys/i386/conf files.i386 majors.i386 options.i386 sys/i386/i386 userconfig.c sys/i386/include apm_bios.h clock.h cpu.h sys/i386/isa aic6360.c atapi-cd.c atapi.c atapi.h clock.c fd.c gpib.c if_ed.c if_edreg.h if_ep.c if_fe.c if_ze.c if_zp.c intr_machdep.c intr_machdep.h isa.c isa.h joy.c sio.c wd.c wfd.c sys/i386/isa/snd CARDS README ad1848.c clones.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h sys/kern kern_intr.c sys/pccard cardinfo.h cis.h driver.h i82365.h pccard.c pccard_beep.c pcic.c slot.h sys/pci pcic_p.c pcic_p.h pcisupport.c Added files: (Branch: RELENG_3_2_PAO) sys/dev/pccard if_xe.c if_xereg.h sys/dev/ux am79c930.c am79c930ioctl.h am79c930reg.h am79c930var.h sys/i386/conf Makefile.kit PAO_ALL sys/i386/include if_cnwioctl.h scc.h wavelan.h sys/i386/isa hss.c hssvar.h if_cnw.c if_cnwreg.h if_sn.c if_snreg.h if_ux.c if_ux.h if_uxtypes.h if_wl_i82586.h if_wlp.c if_wlp.h scc.c scc_cs.h scc_subr.c spc.c spc.h sys/i386/isa/ic i82593.h sys/i386/isa/snd HISTORY.ESS HISTORY.ESS.jp README.ESS README.ESS.jp TODO.ESS TODO.ESS.jp sys/pccard i82365reg.h pcicvar.h Log: Import of PAO on the RELENG_3_2_PAO branch. This is a branch off of RELENG_3_2_0_RELEASE and does not have any changes since then integrated. This is a raw commit of the last PAO3 file. Commits to userland code will happen later. This only the commits src/sys/... This branch was approved by the core team at Usenix to allow merging of PAO code into the mainline FreeBSD code. The hope is that this will reduce the divergence between the two. The other hope is that this branch will soon be made obsolete by merges into FreeBSD -stable and -current. I believe that there will be additional commiters from the nomads group who will work on merging. I have not tried to build anything out of this branch yet. The patched tree I did here built fine, so if something fails to build it is my fault. Submitted by: The PAO team and nomads. CVS repo appoved by: Peter Wemm (peter), Jun-ichiro Hagino-san (itojun@itojun.org), John Polkstra (jdp) Obtained from: PAO3-19990605.tar.gz Revision Changes Path 1.190.2.6.2.1 +1 -0 src/sys/conf/files 1.121.2.5.2.1 +2 -1 src/sys/conf/options 1.77.4.1 +411 -90 src/sys/i386/apm/apm.c 1.8.4.1 +7 -3 src/sys/i386/apm/apm_init/Makefile 1.10.6.1 +3 -1 src/sys/i386/apm/apm_init/apm_init.S 1.7.6.1 +66 -62 src/sys/i386/apm/apm_init/apm_init.inc 1.220.2.3.2.1 +11 -1 src/sys/i386/conf/files.i386 1.65.4.1 +2 -1 src/sys/i386/conf/majors.i386 1.103.2.4.2.1 +5 -1 src/sys/i386/conf/options.i386 1.126.2.4.2.1 +6 -2 src/sys/i386/i386/userconfig.c 1.21.4.1 +9 -2 src/sys/i386/include/apm_bios.h 1.34.4.1 +3 -1 src/sys/i386/include/clock.h 1.36.2.1.2.1 +8 -2 src/sys/i386/include/cpu.h 1.43.4.1 +10 -10 src/sys/i386/isa/aic6360.c 1.7.2.1.2.1 +151 -5 src/sys/i386/isa/atapi-cd.c 1.30.2.1.2.1 +102 -2 src/sys/i386/isa/atapi.c 1.16.4.1 +4 -0 src/sys/i386/isa/atapi.h 1.129.2.1.2.1 +38 -2 src/sys/i386/isa/clock.c 1.132.2.2.2.1 +13 -1 src/sys/i386/isa/Attic/fd.c 1.22.4.1 +62 -0 src/sys/i386/isa/gpib.c 1.148.2.1.2.1 +96 -31 src/sys/i386/isa/if_ed.c 1.25.4.1 +8 -1 src/sys/i386/isa/if_edreg.h 1.78.2.1.2.1 +61 -17 src/sys/i386/isa/if_ep.c 1.48.2.2.2.1 +14 -7 src/sys/i386/isa/if_fe.c 1.56.4.1 +2 -2 src/sys/i386/isa/if_ze.c 1.49.2.1.2.1 +4 -4 src/sys/i386/isa/if_zp.c 1.16.4.1 +15 -1 src/sys/i386/isa/intr_machdep.c 1.13.4.1 +2 -1 src/sys/i386/isa/intr_machdep.h 1.117.4.1 +113 -1 src/sys/i386/isa/isa.c 1.22.4.1 +2 -1 src/sys/i386/isa/isa.h 1.24.4.1 +86 -0 src/sys/i386/isa/joy.c 1.224.2.5.2.1 +147 -15 src/sys/i386/isa/Attic/sio.c 1.186.2.3.2.1 +234 -5 src/sys/i386/isa/wd.c 1.17.2.1.2.1 +90 -1 src/sys/i386/isa/wfd.c 1.7.4.1 +1 -0 src/sys/i386/isa/snd/CARDS 1.7.4.1 +2 -0 src/sys/i386/isa/snd/README 1.20.2.1.2.1 +4 -0 src/sys/i386/isa/snd/ad1848.c 1.2.4.1.2.1 +4 -0 src/sys/i386/isa/snd/clones.c 1.11.4.1 +45 -15 src/sys/i386/isa/snd/dmabuf.c 1.4.4.1 +4 -0 src/sys/i386/isa/snd/mss.h 1.16.4.1 +191 -94 src/sys/i386/isa/snd/sb_dsp.c 1.6.4.1 +35 -1 src/sys/i386/isa/snd/sbcard.h 1.26.4.1 +49 -6 src/sys/i386/isa/snd/sound.c 1.11.4.1 +9 -0 src/sys/i386/isa/snd/sound.h 1.21.4.1 +8 -2 src/sys/kern/kern_intr.c 1.10.2.1.2.1 +8 -1 src/sys/pccard/cardinfo.h 1.3.8.1 +26 -0 src/sys/pccard/cis.h 1.6.2.1.2.1 +11 -1 src/sys/pccard/driver.h 1.9.4.1 +0 -226 src/sys/pccard/i82365.h 1.68.2.3.2.1 +232 -86 src/sys/pccard/pccard.c 1.1.4.1.2.1 +160 -0 src/sys/pccard/pccard_beep.c 1.64.2.4.2.1 +996 -410 src/sys/pccard/pcic.c 1.15.4.1 +29 -1 src/sys/pccard/slot.h 1.7.2.1.2.1 +712 -86 src/sys/pci/pcic_p.c 1.3.4.1.2.1 +230 -18 src/sys/pci/pcic_p.h 1.86.2.6.2.1 +42 -1 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message