summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-0818-104/+142
* Fix some disordering I introduced with the jail code.phk1999-05-081-2/+3
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-0840-188/+214
* The lowercasing of Joliet filenames was not a feature.dcs1999-05-082-4/+4
* Make Vinum compile correctly without VINUMDEBUGgrog1999-05-082-1/+2
* Get rid of extern declarations on gdb stuff so systems compiled withoutmckusick1999-05-073-13/+27
* The structure Elf_Note does not have 32 and 64 bit variants but alwaysdfr1999-05-074-35/+19
* Update intpm driver.peter1999-05-072-132/+109
* fix it so it compiles on alpha againmjacob1999-05-072-2/+10
* Propagate i386 change to alpha (bdevsw[] -> bdevsw()).mjacob1999-05-071-4/+4
* Nit fix.des1999-05-071-2/+2
* Yet another kludge to maintain the isa_device illusion, this time mallocpeter1999-05-071-2/+34
* GC stray static prototypes for physread/physwrite which don't existpeter1999-05-071-3/+1
* Minor style nit (this minor style.9 violation caused a grep miss here)peter1999-05-071-3/+5
* Continue where Julian left off in July 1998:phk1999-05-0751-342/+240
* Fix a goof in the #ifdef DEVFS case which was found by inspection,phk1999-05-071-2/+2
* Include opt_vinum.h to get the VINUMDEBUG definition as early asgrog1999-05-072-4/+1
* Convert to use physread() and physwrite().grog1999-05-073-16/+3
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-0738-526/+95
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-074-56/+154
* Whitespace cleanup.mckusick1999-05-072-4/+4
* Get rid of random debugging cruft; sync up with latest version.mckusick1999-05-072-76/+20
* My 5520 turned out to be a 5510 in disguise.. correct the probe message.julian1999-05-071-2/+2
* Add support to wicontrol(8) and wi(4) for enabling and configuringwpaul1999-05-074-8/+68
* Remove the last trace of disk.hgrog1999-05-071-109/+0
* Severe slowdowns have been reported when creating or removing manymckusick1999-05-072-216/+580
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-0714-58/+15
* Remove old grungegrog1999-05-071-1/+0
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylepeter1999-05-063-12/+12
* ``fix'' the devfs_add_devswf() calls, the printf string wasn't factoringpeter1999-05-061-10/+10
* Undo excess staticization - these two are meant to be callable frompeter1999-05-061-2/+4
* ahatimeout is static..peter1999-05-061-2/+2
* Use consistant function definitions which also silences a warning.peter1999-05-062-40/+16
* Ensure prototype for pnp_configure() is visible.peter1999-05-062-14/+4
* GC unused variablepeter1999-05-063-6/+3
* Pull in prototype for splq().peter1999-05-061-1/+2
* Fix a static/extern conflict. Put extra brackets to ensure thepeter1999-05-061-3/+3
* Put the old-style isa interrupt handlers in id_ointr to avoid warnings.peter1999-05-061-4/+4
* Fix a warning - make sure the register is read regardless of the debuggingpeter1999-05-061-1/+2
* Fix two warnings; and note a problem where a pointer is stored in anpeter1999-05-061-4/+4
* One too many vfsops..peter1999-05-062-4/+2
* Add brackets to silence egcs and help clarity.peter1999-05-061-3/+3
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-064-12/+12
* Fix some variable naming confusionpeter1999-05-061-3/+2
* GC unused pps_drvinit() declarationpeter1999-05-061-2/+1
* Add Cyrix (NatSemi) 5520 and 5530 PCI-ISA bridges.julian1999-05-061-1/+7
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.ken1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-062-5/+1
* Add new member for XPT_PATH_INQ, follows recent changes inn_hibma1999-05-061-0/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-0622-176/+339
OpenPOWER on IntegriCloud