summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Get rid of uninitialized variable warnings. No bugs found, justdillon1998-12-141-2/+3
* Get rid of uninitialized warning for local variable 'c'. There was nodillon1998-12-141-5/+7
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-141-30/+37
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-141-2/+2
* Fix 3-byte buffer overflow.eivind1998-12-131-3/+3
* Fix typo - [0], [1], [2], not [0], [1], [3].eivind1998-12-131-2/+2
* wcd_read_toc returns zero on success and EIO on failure, so change thesteve1998-12-131-2/+2
* Fix typo - sizeof(struct crtl *) -> sizeof(struct ctrl *).eivind1998-12-131-1/+1
* Added all the options to LINT with descriptions. Haven't tried to compilen_hibma1998-12-132-2/+66
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-131-1/+4
* Remove warning introduced by the last committer.eivind1998-12-131-2/+2
* Another extra pointer check.eivind1998-12-131-1/+1
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-125-11/+381
* Perform APM power-off on power-off request, not halt request.msmith1998-12-102-6/+6
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-103-17/+17
* Support ESS1868 (and probably ESS688 & ESS1668).brian1998-12-102-55/+108
* linux_pipe does not preserve the edx register. Linux andjkh1998-12-101-3/+12
* Eliminate compiler warning.archie1998-12-101-1/+3
* Cleanup up the wording for the F00F bug workaround message.steve1998-12-101-2/+2
* Eliminate compiler warnings.archie1998-12-101-33/+36
* Preliminary support for OHCI motherboardsn_hibma1998-12-091-1/+2
* Someday I hope people will learn that "#endif" is not a commenteivind1998-12-092-13/+13
* If we're not going to check returnvalues, it had better be M_WAITOK.eivind1998-12-091-2/+2
* Move the return so that the DEVFS code can execute, too. All code iseivind1998-12-091-2/+2
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-091-2/+2
* malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains whyeivind1998-12-091-6/+2
* Use CNAME macro for pc98_system_parameter, which is referenced from Ckato1998-12-081-3/+3
* If there is no .depends file, use the standard ad-hoc way of ensuringimp1998-12-071-1/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-0742-175/+104
* Ifdefed a conditionally used include.bde1998-12-061-2/+4
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-061-2/+2
* Print out information for write-allocate of AMD CPUs.kato1998-12-051-1/+20
* Obtained from: "Kenneth D. Merry" <ken@plutotech.com>dillon1998-12-051-2/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-0427-73/+101
* Fix compiler warnings.archie1998-12-041-81/+85
* Fix typo: the expression .. & .. == .. needs parentheses: (.. & ..) == ..archie1998-12-041-1/+1
* Fix typo: "==" should have been "="archie1998-12-042-4/+4
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-045-10/+68
* Reviewed by: freebsd-currentdillon1998-12-033-3/+16
* Local reserved range is now 100-127 for bdevs and 200-255 for cdevs.jkh1998-12-031-5/+5
* 109 id Intelligent Disk [Array] (md@doc.ic.ac.uk)jkh1998-12-021-1/+2
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-022-29/+61
* (deliberately seperate commits) - reserve cdev for Nick Hibma's usbjkh1998-12-021-2/+2
* *thwap* - move id driver to blkdev from cdev list; it's obviouslyjkh1998-12-021-1/+4
* Allocate 108 for Intelligent Disk [Array] driverjkh1998-12-021-1/+4
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-291-2/+2
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1998-11-281-12/+71
* Merge from sio.c rev.1.163:bde1998-11-281-2/+2
* Fix my breakage of `make installworld'. However, i don't think it's right tojoerg1998-11-281-6/+7
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-1/+8
OpenPOWER on IntegriCloud