]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/isa
This commit was generated by cvs2svn to compensate for changes in r51591,
[FreeBSD/FreeBSD.git] / sys / i386 / isa /
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-23 peterFix a commit that shouldn't have snuck in. Rev 1.12...
1999-09-23 wpaulAs suggested by phk, unconditionalize BPF support in...
1999-09-21 phkPrint out flags value
1999-09-20 phkSet si_iosize_max rather than d_maxio.
1999-09-20 phkTrying to set BAD144 handling on a CD is sufficiently...
1999-09-20 phkAdd a DSO_BAD144 flag which indicates that the driver...
1999-09-20 phkif_edreg.h moved...
1999-09-20 peterMake if_ed work again on pci, isa, isapnp. The hack...
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 obrienMake `ed' PC-Cards work again. It has been over two...
1999-09-19 obrienThis adds support for the 3Com Megahertz 574B ethernet...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-18 phkUse devstat_end_transaction_buf() rather than Use devst...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-15 robertowlinit() must be called to recalculate the multicast...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-13 peterThe sense of probes has inverted. They return an error...
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-12 phkChange scheduling to use on the fly determination rathe...
1999-09-10 msmithInvoke smp_rendezvous_action() using the a.out compatib...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-08 phkDon't register a bmajor.
1999-09-07 peterDoug missed an isa_get_flags().
1999-09-07 dfrChange isa_get/set_flags() to device_get/set_flags().
1999-09-06 peterAdd id_iosize as used by pccard.
1999-09-05 peter$Id$ -> $FreeBSD$
1999-09-04 petermachine/soundcard.h is now in the standard location...
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-03 peterif_ed doesn't use the wrappers anymore.
1999-09-03 peterCommit a checkpoint of an updated if_ed driver. This...
1999-09-03 julianremove some out-of-scope DEVFS references..
1999-09-03 mdoddSYSINIT() needs sys/kernel.h. Include it.
1999-09-03 mdoddThis adds the i386 specific support for systems with...
1999-09-02 kato- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that...
1999-09-02 katoThe ed_probe_Novell should not clear id_maddr when...
1999-09-02 yokotaDo not call the VESA BIOS if the current video mode...
1999-09-02 peterSo that there is no confusion, zap these now. pnpinfo...
1999-09-02 peterStub out the old pnp code till these are converted...
1999-09-01 dfrThis is part of an untested set of changes to the ed...
1999-09-01 dfrThis represents essentially a complete rewrite of the...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
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...
next