aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Create a separate target for the 'modules'. Without this the modulesNick Hibma2000-05-093-0/+17
* Regenerated (fixed the type of mmap()'s padding arg).Bruce Evans2000-05-096-7/+7
* Fixed the declaration of mmap(). The crufty padding arg had the wrongBruce Evans2000-05-091-3/+3
* Some prettifying for the quirk comments.Matt Jacob2000-05-091-5/+16
* Change references/comments about 'secondary' to reflect that while we'dMatt Jacob2000-05-091-17/+20
* Unhide dec_kn300_cons_init and don't make it something we call early.Matt Jacob2000-05-091-8/+2
* Fix some breakage about how we build WWNs. Do some other fabric relatedMatt Jacob2000-05-091-136/+247
* roll platform minorMatt Jacob2000-05-091-1/+1
* Roll core minor version. Change our 'fabdev' tag to 'loggedin'.Matt Jacob2000-05-091-6/+6
* Add in a watchdog routine to catch cases where we've dropped the command.Matt Jacob2000-05-091-2/+32
* The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN.Matt Jacob2000-05-091-1/+12
* Conrrect a macro with parenthesis.Matt Jacob2000-05-091-1/+1
* Make issetugid return correctly. It was returning -1 withPeter Wemm2000-05-091-2/+1
* Include machine/in_cksum.h to unbreak options MROUTING.Kenneth D. Merry2000-05-081-0/+1
* Use the new and shiny module versioning. This enables you to load theNick Hibma2000-05-082-1/+5
* Added PC-98 supports.Yoshihiro Takahashi2000-05-089-0/+48
* Fix DELAY function to use the RPCC cycle counter register.Matt Jacob2000-05-071-7/+34
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRNick Hibma2000-05-071-9/+15
* Add the fields needed to store the cookies.Nick Hibma2000-05-072-0/+13
* Do the attach (and detach) properly. Store the cookies.Nick Hibma2000-05-074-154/+286
* Add the Prolific PL2301 and PL2302 Link cables.Nick Hibma2000-05-071-0/+5
* We match on vendor/product so return the fact that udbp is vendor/productNick Hibma2000-05-071-1/+1
* Regen.Nick Hibma2000-05-072-10/+84
* Sync with NetBSDNick Hibma2000-05-071-4/+18
* Remove debugging cruft.Nick Hibma2000-05-071-2/+0
* Initialise the debug value.Nick Hibma2000-05-071-1/+1
* Increase the debugging level on a printf.Nick Hibma2000-05-071-1/+1
* Add a define for the Zip 250Nick Hibma2000-05-071-1/+2
* Don't claim devices that we fail to probe for. Reverse the sense of a testWarner Losh2000-05-071-2/+2
* *sigh* I must have been on something that night. Make xpt_periph anNick Hibma2000-05-072-1/+3
* oops! final piece for RawhidesMatt Jacob2000-05-071-0/+147
* s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.Robert Watson2000-05-071-1/+1
* Fix checksum calculations. This should fix the network problemsPaul Saab2000-05-072-4/+2
* Move _detach to be underneath _attach.Duncan Barclay2000-05-071-182/+155
* Move variables to if_rayvar.hDuncan Barclay2000-05-071-218/+2
* Split out structures to make it a bit easier to find my way around andDuncan Barclay2000-05-071-0/+248
* Sync with an early version of the -current code. Mainly a tidy upDuncan Barclay2000-05-071-118/+80
* Fixed bus_space_{read,write}_region_* functions.Yoshihiro Takahashi2000-05-071-60/+18
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.Poul-Henning Kamp2000-05-072-10/+34
* More static -> Static to keep OpenBSD happy.Nick Hibma2000-05-072-29/+29
* Reserve 145 for DRI graphics system.Doug Rabson2000-05-071-0/+1
* Work-around a couple of C1010 quirks:Gerard Roudier2000-05-073-40/+93
* Well, for now at least, we'll also have the 4100 also have a prom console.Matt Jacob2000-05-071-1/+1
* Add option for Rawhide (AlphaServer 4100 systems).Matt Jacob2000-05-072-2/+4
* Pass the vector on thru instead of checking EISA/ISA ints. It turnsMatt Jacob2000-05-071-10/+0
* EISA/ISA memory space is any pa < 8MB.Matt Jacob2000-05-071-2/+24
* Correct a couple of typos.Greg Lehey2000-05-071-2/+2
* add in dec_kn300 (Alpha 4100) caseMatt Jacob2000-05-071-1/+7
* add in stubbie mcpcia_pci that will parent PCI bussesMatt Jacob2000-05-071-0/+80
* add in the few bits necessary to support Alpha 4100 (Rawhide) systemsMatt Jacob2000-05-072-0/+6