summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use haveseen_ioport() which is now connected up to the resource manager.peter1999-05-084-10/+10
* GC some unused stuff relating to the old conflict checking and other lint.peter1999-05-082-21/+24
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-082-4/+8
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-083-3/+9
* GC unused #define id_physid id_scsiidpeter1999-05-084-28/+4
* Update for new resource_set_*() interface. Also deal with the conflictspeter1999-05-081-18/+15
* Slightly increase the visibility of the isa_wrap_old_drivers() stuff. Itpeter1999-05-081-1/+4
* GC pci_bushigh() - no longer used.peter1999-05-082-22/+2
* Change resource_set_*() to be more useful. BTW; resource_find() is apeter1999-05-081-16/+9
* Change resource_set_*() interface to be more useful.peter1999-05-081-4/+4
* Add brackets around && within || to quieten egcs. I've checked the codepeter1999-05-082-12/+12
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-089-9/+27
* Take a guess at a halfway reasonable fla entry so that the buildpeter1999-05-082-2/+4
* Oops, committed wrong version..peter1999-05-081-2/+2
* Fix a couple of newbus merge problems:peter1999-05-081-33/+12
* Add compat hooks for DiskOnChip2000 driver.phk1999-05-082-6/+9
* Pre-declare struct proc to avoid 'inside param list' warnings.peter1999-05-081-1/+2
* clean up en atm driverkjc1999-05-083-648/+62
* Use KERNBASE for the load address of the kernel rather than magic constantspeter1999-05-083-20/+7
* First stages of a module dependency cleanup. This part fixes apeter1999-05-083-30/+48
* ls_items[] is most definately not a set of pointers to const objects..peter1999-05-081-3/+3
* A little closer to style(9).des1999-05-082-116/+128
* 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
OpenPOWER on IntegriCloud