summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable ioctls to manipulate color palette. They have been implemented,yokota1999-09-021-3/+0
* Do not call the VESA BIOS if the current video mode is not one ofyokota1999-09-021-0/+6
* Silence warnings about the use of vnode sanse declaration.marcel1999-09-021-0/+1
* Missed this use of the old pnp includes. I don't think this is meant topeter1999-09-021-1/+2
* Update for new pnp includespeter1999-09-022-8/+6
* So that there is no confusion, zap these now. pnpinfo(8) should compilepeter1999-09-022-964/+0
* s/LOGIGAL/LOGICAL/peter1999-09-022-2/+2
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-024-4/+8
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-012-0/+180
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-0120-201/+1597
* Re-arrange things in the attach routines of the 3Com and RealTek PHYwpaul1999-09-012-13/+13
* quoted string change: the si driver also covers the Specialix "SX"nsayer1999-09-011-1/+1
* Make prototype match function.sef1999-09-011-1/+1
* Fix the sense of the vn_isdisk() check.phk1999-09-012-2/+2
* Sigh. Serves me right for testing against a modified tree (dfr's pnppeter1999-09-011-4/+4
* Update to driver 1.72.roger1999-09-012-0/+8
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-018-0/+16
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-017-212/+66
* Use "multiple 4 char outdent until no wrap" rather than ANSI stringphk1999-09-011-7/+7
* Change $Id$ to $FreeBSD$dfr1999-09-013-2/+3
* * Fix a stack of warnings.dfr1999-09-0112-42/+228
* Try and commit the tun comment fix again; I have no idea why therejkh1999-09-012-2/+2
* Add $FreeBSD$peter1999-09-011-0/+2
* $Id$ -> $FreeBSD$peter1999-09-0148-48/+48
* Eliminate some magic numbers.peter1999-09-012-8/+8
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-013-20/+75
* Improve the returned values in st_blksize a little bit, avoidphk1999-09-011-11/+21
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-0140-0/+11805
* mss and sb drivers updated for newpcmcg1999-09-0110-9126/+7532
* Just when I thought it was safe. In the original 3c905-TX NICs, thewpaul1999-09-011-0/+13
* ppp(1) -> ppp(8)brian1999-09-012-2/+2
* Add MAINTAINER linenewton1999-09-013-0/+5
* General cleanup of core-dumping code.julian1999-09-017-88/+87
* Make multiuser boots the default instead of singlue user.dfr1999-08-311-1/+1
* Set the buffersize for non BSDFFS labeled partitions tophk1999-08-312-8/+8
* Make buffered acces to bdevs from userland controllable withphk1999-08-315-19/+39
* Include "dscheck" and device name in all messages from dscheck().phk1999-08-311-7/+13
* Simplify, and return an error if the user attempts to set a TCPjlemon1999-08-311-7/+3
* Remove conversion macros that were used during development.jlemon1999-08-311-9/+1
* Convert the RealTek 8139 driver to newbus and miibus in one swell foop.wpaul1999-08-313-702/+300
* Add a driver for the internal PHY in the RealTek 8139.wpaul1999-08-313-1/+286
* If integration of a buffer into a cluster write operation fails, releasetegge1999-08-311-1/+3
* C-NET(9N)C support (PC-98 only).nyan1999-08-312-26/+84
* add vnode_if.hroger1999-08-311-2/+2
* Oops. I undid the $Id: -> $FreBSD: change.roger1999-08-314-4/+4
* Update to driver release 1.71roger1999-08-314-1126/+548
* make correct minor numvers for some of the devices.julian1999-08-311-5/+18
* Add splimp protection to wb_tick().wpaul1999-08-311-0/+5
* Make sure to free resources on failure correctly in a couple of placeswpaul1999-08-311-2/+8
OpenPOWER on IntegriCloud