]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/isa
This commit was generated by cvs2svn to compensate for changes in r50760,
[FreeBSD/FreeBSD.git] / sys / i386 / isa /
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 phkSet si_bsize_phys and si_bsize_max in all legacy CD...
1999-09-01 phkTry to win back the "removal of most crufty code" troph...
1999-09-01 peterEliminate some magic numbers.
1999-08-31 nyanC-NET(9N)C support (PC-98 only).
1999-08-30 phkNull commit to get last commit message recorded:
1999-08-30 phk*** empty log message ***
1999-08-30 luoqiWrong sleep addr passed to wakeup.
1999-08-29 phkMerge alpha and pc98 changes into i386 MBR handling...
1999-08-28 phkFix various trivial warnings from LINT
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-27 yokota- Set the correct value to va_line_width while in the...
1999-08-27 yokota- Ouch! Do not assume the VESA BIOS will preserve the...
1999-08-27 peterA few style changes (fixes hopefully) and some more...
1999-08-27 peterDon't return 0 for an unknown ioctl (!). This was...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-25 peterUse .p2align to ensure consistant a.out/elf alignment...
1999-08-25 peterIt would help if things that MUST be 32 bit aligned...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-24 bdeCast pointers to uintptr_t instead of casting them...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-23 bdeUse devtoname() to print dev_t's instead of casting...
1999-08-23 alcModify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAS...
1999-08-23 kato- Make binary size smaller.
1999-08-22 peterOops, that wasn't so clever after all. struct isa_devi...
1999-08-22 peterMake the identify routine add itself with priority...
1999-08-22 peterAdd an identify method to allow npx to arrange itself...
1999-08-22 petermake pnp.h self contained, for what good it'll do since...
1999-08-21 msmithClean up after removing sys/eventhandler.h from sys...
1999-08-21 msmithImplement a new generic mechanism for attaching handler...
1999-08-20 mdoddFix stupid error (xse -> xsc).
1999-08-20 mdoddSet ifp->if_init to the right function.
1999-08-18 mdoddMake these actually compile. I got a little delete...
1999-08-18 nsayerprintf("%x",dev); -> printf("%s",devtoname(dev));
1999-08-18 mdoddSIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
1999-08-17 billfWelcome devtoname(), to most likely be used when printi...
1999-08-16 gibbsProperly set the alignment argument to bus_dma_tag_crea...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 phkSpring cleaning around strategy and disklabels/slices:
1999-08-10 peterHopefully fix the previous commit, it caused *all*...
1999-08-10 mdoddAdd support for the Am79C978. (AMD PCHome/PCI Ethernet...
1999-08-09 wpaulFix nexus_pcib_is_host_bridge() so that it detects...
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-08-04 peterDon't probe if pci_cfgopen() fails to find pci hardware...
1999-07-29 greenRemove XXX from the headers (broke the build, I'm betting.)
1999-07-29 mdoddAlter the behavior of sys/kern/subr_bus.c:device_print_...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 msmithWe're called too early to have any idea whether APM...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-26 phkPave the way for the fla driver.
1999-07-26 cracauerVarious formatting fixes on my FPE trapcode commit.
1999-07-25 cracauerOn FPU exceptions, pass a useful error code (one of...
1999-07-25 hosokawa3C574TX 16bit FastEtherlink PC-card support.
1999-07-23 alcatomic.h:
1999-07-20 wpaulCorrect the alignment of some of the members in the...
1999-07-20 msmithImplement an all-CPU shootdown-style rendezvous facilit...
1999-07-20 alcAn SMP-specific change: Eliminate an unnecessary lock...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-18 bdeUpdated acquire_timer2()'s state machine to work when...
1999-07-18 bdeDon't let the machdep.tsc_freq sysctl proceed if the...
1999-07-17 alcAn SMP-specific change: eliminate another check on...
1999-07-16 msmithAdd support for multiple PCI busses directly connected...
1999-07-12 phkremove a set_cpl which survived last change.
1999-07-11 phkWe may have three ways to generate the SPL functions...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 alcAn SMP-specific change: eliminate a check on bsp_apic_ready
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-10 bdeGo back to the old (icu.s rev.1.7 1993) way of keeping...
1999-07-10 bdeFixed a longstanding scheduling bug. ASTs and softcloc...
1999-07-06 desRename bpfilter to bpf.
1999-07-04 wpaulPatch the WaveLAN/IEEE driver to detect and reject...
1999-07-03 peterDelete stray static prototype.
1999-07-03 peterMove bt_isa.c to the cpu-independent isa section.
1999-07-03 alcAn SMP-specific change: Add the lock prefix to RMW...
1999-07-01 peterFix some warnings, unused functions etc.
1999-06-30 alcAn SMP-specific change: Remove unnecessary lock acquire...
1999-06-29 yokotaKeyboard allocation/deallocation fix.
1999-06-28 peterDon't #include i386/isa/isa_dma.h - it's in isa/isavar...
1999-06-27 peterShut up gcc.
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-24 greenThis commit gives support for the Rise mP6 CPU. It...
1999-06-24 jlemonCompaq Smart RAID driver for -current. Based on the...
1999-06-24 msmithFrom the submitter:
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 yokotaThe second phase of syscons reorganization.
1999-06-16 teggeClean up bitrot in interrupt tracing code.
1999-06-15 julianAdd a couple of command definitions.
1999-06-06 wpaulSmall optimization: use wi_seek() in wi_read_record...
1999-06-04 bdeFixed null setting of `rc_started'. This was fixed...
1999-06-04 bdeReally fix cy-driver-related panics when SMP is configu...
1999-06-03 peterQuieten the bt_isa_probe() messages since they get...
1999-06-03 peterremove references to isa_device, it's no longer associa...
1999-06-01 jlemonUnifdef VM86.
1999-05-31 dfrRemove fd driver from its old home and change files...
1999-05-31 phkSimplify cdevsw registration.
1999-05-30 phkThis commit should be a extensive NO-OP:
1999-05-30 dfrNo support for pnp yet.
next