]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/isa
Rip out the nastiness I cribbed from the EISA bus code and actually
[FreeBSD/FreeBSD.git] / sys / isa /
1999-09-25 phkRemove five now unused fields from struct cdevsw. ...
1999-09-25 phkThis patch clears the way for removing a number of...
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 phkTwo more devstat_end_transaction() -> devstat_end_trans...
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-17 dfrParse resource descriptions which don't have START_DEPE...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-08 peterMake it build, copy from dev/sio/sio.c:
1999-09-08 peterRestore the old sio* - bruce can fix it himself.
1999-09-07 dfrChange isa_get/set_flags() to device_get/set_flags().
1999-09-06 peterRepo copy isa/sio* to dev/sio/sio* in preperation for...
1999-09-06 peterMove the #if 0 to catch the card.h include and make...
1999-09-06 impStart to disentangle the isa attachments from other...
1999-09-04 dfrOnly set the description if there is one in the matchin...
1999-09-04 dfrAdd USR3031 pnp id.
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-03 dfrRemove the last vestiges of the old pnp code in favour...
1999-09-03 peterCosmetic tweak. Collect the fdc methods together and...
1999-09-03 julianRevert a bunch of contraversial changes by PHK. After
1999-09-03 mdoddThis adds the i386 specific support for systems with...
1999-09-02 peters/LOGIGAL/LOGICAL/
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 peterSigh. Serves me right for testing against a modified...
1999-08-30 phks/si_tty_tty/si_tty/g
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-28 phkInitialize dev->si_bsize*, the floppy driver doesn...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-27 julianAdd PHK's make_dev() into more places where DEVFS used...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-22 yokota- Remove cdevsw entry points in individual keyboard...
1999-08-22 yokotaImprove the detection code for GlidePoint. This is...
1999-08-17 yokotaRecognize Interlink VersaPad. `Tap' action will be...
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-09 phkmake alpha compile again.
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-08-08 phkAllocate and register struct tty on the fly.
1999-07-29 joergRevert rev 1.149. Bruce convinced me that the problem...
1999-07-29 mdoddFix a typo.
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-24 yokotaDo not print resource values which are not set.
1999-07-21 joergHack to work around a NULL pointer dereferencation...
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-12 yokotaImprove Logitech MouseMan+ protocol support.
1999-07-12 yokotaImplement a kludge for some wheeled mice for which...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-04 phkRemove cmaj and bmaj args from DEV_DRIVER_MODULE.
1999-06-29 yokotaAllocate the port resource when attaching the keyboard...
1999-06-29 yokotaSkip the device if it is disabled, when searching for...
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 yokotaDeclare the correct size of softc and fix sc_get_softc().
1999-06-24 greenThis commit gives support for the Rise mP6 CPU. It...
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-20 peterUse the proper interfaces to find if a device is enable...
1999-06-19 grogsioprobe: Don't try to initialize disabled ports. ...
1999-06-15 mckusickCOM_LLCONSOLE should over-ride COM_DEBUGGER request.
1999-06-03 peterQuieten the bt_isa_probe() messages since they get...
1999-06-03 yokotaFix PS/2 MouseMan+ protocol. We have been looking...
1999-05-31 dfr* Change include file locations.
1999-05-31 dfrRemove fd driver from its old home and change files...
1999-05-31 phkSimplify cdevsw registration.
1999-05-31 phkThe PPSAPI group defines the polarity in draft 3, we...
1999-05-30 phkThis commit should be a extensive NO-OP:
1999-05-30 dfrSimplistic pnp support. Needs more ids to be added.
1999-05-30 dfrNo support for pnp yet.
1999-05-30 dfrNo support for pnp devices yet.
1999-05-30 dfr* Add ivars for ISA pnp.
1999-05-29 phkStop the TSC from being used as timecounter on K5/step0...
1999-05-28 bdeFixed glitches (jumps) of about 1/HZ seconds for the...
1999-05-28 dfrAllow a sio port with its flags set to DEBUGGER+LLCONSO...
1999-05-28 dfr* Change device_add_child_after() to device_add_child_o...
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-22 dfrUse the resource apis to manipulate resources.
1999-05-22 dfrDon't use BUS_WRITE_IVAR to manipulate resources.
1999-05-22 dfr* Factor out the common code between the isa bus driver...
1999-05-18 yokotaSlight reorganization of internal interface in the...
1999-05-14 dfr* Define a new static method DEVICE_IDENTIFY which...
next