summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the Prolific PL2301 and PL2302 Link cables.n_hibma2000-05-071-0/+5
* We match on vendor/product so return the fact that udbp is vendor/productn_hibma2000-05-071-1/+1
* Regen.n_hibma2000-05-072-10/+84
* Sync with NetBSDn_hibma2000-05-071-4/+18
* Remove debugging cruft.n_hibma2000-05-071-2/+0
* Initialise the debug value.n_hibma2000-05-071-1/+1
* Increase the debugging level on a printf.n_hibma2000-05-071-1/+1
* Add a define for the Zip 250n_hibma2000-05-071-1/+2
* Don't claim devices that we fail to probe for. Reverse the sense of a testimp2000-05-071-2/+2
* *sigh* I must have been on something that night. Make xpt_periph ann_hibma2000-05-072-1/+3
* oops! final piece for Rawhidesmjacob2000-05-071-0/+147
* s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.rwatson2000-05-071-1/+1
* Fix checksum calculations. This should fix the network problemsps2000-05-072-4/+2
* Move _detach to be underneath _attach.dmlb2000-05-071-182/+155
* Move variables to if_rayvar.hdmlb2000-05-071-218/+2
* Split out structures to make it a bit easier to find my way around anddmlb2000-05-071-0/+248
* Sync with an early version of the -current code. Mainly a tidy updmlb2000-05-071-118/+80
* Fixed bus_space_{read,write}_region_* functions.nyan2000-05-071-60/+18
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.phk2000-05-072-10/+34
* More static -> Static to keep OpenBSD happy.n_hibma2000-05-072-29/+29
* Reserve 145 for DRI graphics system.dfr2000-05-071-0/+1
* Work-around a couple of C1010 quirks:groudier2000-05-073-40/+93
* Well, for now at least, we'll also have the 4100 also have a prom console.mjacob2000-05-071-1/+1
* Add option for Rawhide (AlphaServer 4100 systems).mjacob2000-05-072-2/+4
* Pass the vector on thru instead of checking EISA/ISA ints. It turnsmjacob2000-05-071-10/+0
* EISA/ISA memory space is any pa < 8MB.mjacob2000-05-071-2/+24
* Correct a couple of typos.grog2000-05-071-2/+2
* add in dec_kn300 (Alpha 4100) casemjacob2000-05-071-1/+7
* add in stubbie mcpcia_pci that will parent PCI bussesmjacob2000-05-071-0/+80
* add in the few bits necessary to support Alpha 4100 (Rawhide) systemsmjacob2000-05-072-0/+6
* Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.mjacob2000-05-072-2/+10
* Add in a first pass at Alpha 4100 (Rawhide) support. It doesn't quitemjacob2000-05-077-0/+1802
* Teach the alpha loader install process to make backup copies of themsmith2000-05-061-2/+5
* Add #include <machine/in_cksum.h>, in order to pick up the checksumjlemon2000-05-063-1/+4
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-064-381/+4
* Bounce a copy of the mbuf to the bpf listener when we submit the framesjlemon2000-05-062-4/+12
* cdrom.com will be ftpsoftware.com in future, reflect this.asmodai2000-05-061-1/+1
* Change the way that scatter/gather list tables are allocated so that wemsmith2000-05-064-39/+58
* Step down a level and issue format requests with a struct bio insteadphk2000-05-062-40/+40
* Remove devstat_end_transaction_buf() everybody usesphk2000-05-062-19/+0
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-066-15/+163
* All the screen savers other than "apm" build on the Alpha. daemon.ko hasobrien2000-05-062-3/+6
* Give the "streams" modulea version (1) and depend on it from thegreen2000-05-063-0/+3
* Add a version tag for the rtc port to depend on.peter2000-05-062-0/+4
* AUTHOR -> AUTHORSarchie2000-05-053-3/+3
* Confusing comment.n_hibma2000-05-051-1/+1
* Switch to using the .code16 as(1) directive and using 16-bit assemblyjhb2000-05-052-63/+138
* Apply patch to rl_rxeof() to really enforce payload alignment inwpaul2000-05-051-10/+7
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).phk2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-05182-612/+197
OpenPOWER on IntegriCloud