aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Oops forgot to remove peter's 'device iicbb0' declaration. Done.Nicolas Souchu1998-11-013-6/+3
* Add controller iicbb (generic I2C bit-banging code) and lpbbNicolas Souchu1998-11-013-6/+48
* The kernel should compile even /dev/null does not exists.Wolfram Schneider1998-11-011-3/+2
* Ignore, rather than emulate, an i386 'hlt' instruction (though forRobert Nordier1998-11-012-22/+22
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to beSemen Ustimenko1998-11-015-1098/+2615
* Unneeded file.Poul-Henning Kamp1998-10-311-93/+0
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.Poul-Henning Kamp1998-10-311-2/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-3185-424/+434
* Increase the size of the tx and rx rings from 10 to 20 descriptorsBill Paul1998-10-312-8/+8
* Add John Dyson's SYSCTL descriptions, and an export of more stats toPeter Wemm1998-10-315-20/+124
* * Extend the memory available for the heap from 256k to 512k.Doug Rabson1998-10-318-20/+86
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notPeter Wemm1998-10-312-4/+4
* Change dirty block list handling to use TAILQ macros.Peter Wemm1998-10-312-16/+16
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-3129-96/+94
* I do not know if this is correct, but add iicbb0 as a device so thatPeter Wemm1998-10-313-3/+6
* Fixup prototypes so that this beastie compiles.Peter Wemm1998-10-312-8/+8
* Convert lists for bufs attached to vnodes from a LIST to a TAILQ.Peter Wemm1998-10-312-102/+116
* Convert the vnode clean/dirty attached buffer lists from LISTs to TAILQs.Peter Wemm1998-10-313-14/+22
* New callback mechanism to allow iicbus bus allocation when requestingNicolas Souchu1998-10-314-32/+79
* pcf.c: timeout management addedNicolas Souchu1998-10-318-394/+837
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu1998-10-312-7/+340
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-3110-120/+665
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.Nicolas Souchu1998-10-318-38/+1076
* Extensions to iicbus(4) added + brooktree848 driver ported to new I2CNicolas Souchu1998-10-311-0/+17
* * Use explicitly sized types for grovelling around inside packets.Doug Rabson1998-10-311-21/+21
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asDoug Rabson1998-10-313-8/+14
* The last argument to vm_object_page_clean() are now bit flags, rather thanPeter Wemm1998-10-314-8/+8
* - Add a new command 'lsdev' to list devices which might be likely to hostMike Smith1998-10-318-22/+657
* Document that we support i82595-based Ethernet adapters (Intel EtherExpressDag-Erling Smørgrav1998-10-303-3/+6
* Unwire everything to the inactive queue in order to preserve LRU ordering.David Greenman1998-10-301-37/+12
* Fix a typo, and remove verbose error reporting when inLuigi Rizzo1998-10-302-4/+8
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherLuigi Rizzo1998-10-304-12/+12
* Fix an uninitialized variable in the `dangerously dedicated disk' case.Luoqi Chen1998-10-301-1/+2
* Add the ability to specify where on the at_shutdown queue a handler isMike Smith1998-10-3012-64/+64
* Do not disable the ISA compatibility window if it is the same value asJustin T. Gibbs1998-10-304-18/+35
* Put back MFS_ROOT now that it's been fixed correctly.Jordan K. Hubbard1998-10-302-4/+4
* Fix this correctly - check if mfs_getimage() succeeds before settingsJordan K. Hubbard1998-10-301-2/+7
* Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokesJordan K. Hubbard1998-10-302-4/+4
* Make the BTX loader much more quiet about what it's doing. This removesMike Smith1998-10-303-54/+87
* Per request from ache, change the numbering scheme of __FreeBSD_cc_version.John Polstra1998-10-291-2/+2
* Correct the reporting of the queue full condition so that the XPT layerJustin T. Gibbs1998-10-292-6/+13
* Bump VERSREQ to make ``config'' happy.Dima Ruban1998-10-292-4/+4
* Oops, rev.1.167 made the device number checking in bdevvp() too strictBruce Evans1998-10-292-6/+8
* Fixed editing error. Pointed out by bde.David Greenman1998-10-291-2/+1
* Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs andPeter Wemm1998-10-293-38/+15
* error return assignment was less than ideal. Fix the part that causedPeter Wemm1998-10-292-4/+4
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanPeter Wemm1998-10-292-6/+8
* Use vtruncbuf() rather than vinvalbuf() when shortening files.Peter Wemm1998-10-292-12/+18
* Make the definition of __printf0like() vary according to the valueJohn Polstra1998-10-291-4/+9
* A small fragment of new ISA framework: manifest constants for the resourcesGarrett Wollman1998-10-293-0/+129