summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mass update of isa drivers using compatability shims to usepeter2000-05-2844-57/+446
* The dreaded isa_compat.h tables are no longer used, so there is no needpeter2000-05-283-624/+1
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-285-318/+35
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-282-2/+4
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.peter2000-05-281-4/+0
* Remove haveseen_iobase() - it is no longer called from anywhere in thepeter2000-05-282-23/+0
* Cosmetics: dont say Unknown but Generic chipset in probe..sos2000-05-281-1/+1
* Fix alignment problem on the alpha reported by several parties.sos2000-05-281-1/+1
* Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support.gallatin2000-05-289-2/+1086
* Allow platform specific isa interrupt setup & teardown routines ingallatin2000-05-282-1/+16
* MFA: Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}obrien2000-05-272-68/+112
* Use /sys/sys/*.h over /usr/include/sys.obrien2000-05-272-2/+2
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlcg2000-05-271-3/+7
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultdfr2000-05-271-2/+2
* Update to use newbus and busspace.dfr2000-05-271-158/+121
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-272-20/+2
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-27118-118/+118
* Strip spaces and comments more agressively.dcs2000-05-261-14/+52
* move various fields from pcm_channel to snd_dbufcg2000-05-263-174/+210
* if we have a codec init routine, fail the attach if init failscg2000-05-261-3/+7
* Bring in FICL 2.04. No bump of loader version is required by thisdcs2000-05-269-162/+423
* handle emulated dma readscg2000-05-2613-19/+51
* Some joker decided to make it even harder to build modules outside themsmith2000-05-261-1/+1
* If devclass_alloc_unit() is called with a wired unit #, and this issos2000-05-261-12/+7
* Rather than checking for hlen causing misalignment, we should do thegallatin2000-05-261-7/+9
* Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).nyan2000-05-262-2/+2
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDstanimura2000-05-262-0/+2
* define CSUM_DELAY_DATA to match mergedarrenr2000-05-262-0/+8
* Back out the previous change to the queue(3) interface.jake2000-05-26231-755/+754
* Bump __FreeBSD_version after the Binutils upgrade -- just in case a portobrien2000-05-261-1/+1
* Regen.n_hibma2000-05-252-2/+32
* New entries (Mike Meyer)n_hibma2000-05-251-0/+6
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-252-26/+14
* fix up #ifdef jungle for FreeBSDdarrenr2000-05-252-8/+18
* remove duplicate prototypesdarrenr2000-05-252-4/+0
* Mark the checksum as complete when looping back multicast packets.jlemon2000-05-251-0/+6
* Fix typo.archie2000-05-251-1/+1
* Build the twe module with the rest.msmith2000-05-241-1/+1
* Add the 'twe' driver module makefile.msmith2000-05-241-0/+7
* Initial import of a driver for the 3ware Escalade family of ATA RAIDmsmith2000-05-244-0/+2592
* Take 146 and 147 for the twe driver.msmith2000-05-241-0/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-2410-23/+28
* fix duplicate rcsid'sdarrenr2000-05-242-6/+0
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-242-0/+2
* Fixed some style bugs (mainly convoluted logic for blackhole processing).bde2000-05-241-6/+2
* It would have been nice if this actually compiled. Close the headerpeter2000-05-242-0/+2
* Add OPTi 82C700 chipset.kuriyama2000-05-247-0/+28
* Make exe a symlink.des2000-05-249-45/+134
* fix up conflictsdarrenr2000-05-2422-348/+1278
* fix conflictsdarrenr2000-05-248-142/+380
OpenPOWER on IntegriCloud