summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1994-05-13Use ether_ifattach() rather than doing the same thing in each driver.mycroft
1994-05-12Nuke some junk in scsi_link, as pointed out by Gordon.mycroft
1994-05-11Fill in some more struct ifnet fields.mycroft
1994-05-11Get rid of the private vnread() and vnwrite(); they are the same as rawread()mycroft
1994-05-11Add dummy *dump() routines.mycroft
1994-05-11Device strategy functions return void again.mycroft
1994-05-11Nothing of consequence.mycroft
1994-05-09remove union's from sense_data struct, conditionaly define RAW_PARTchopps
1994-05-05Remove now-bogus cast.mycroft
1994-05-05Remove now-bogus casts.mycroft
1994-05-05Retool the state machine is a sane way.mycroft
1994-05-05Remove now-bogus cast.mycroft
1994-05-05Remove now-bogus cast.mycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-05Don't frob the connector type if the card doesn't grok soft config.mycroft
1994-05-03Really fix the Buslogic/DTC problem.mycroft
1994-05-03Forgot to munge the #includes in last commit.mycroft
1994-05-03Move beep junk to clock.c.mycroft
1994-05-03Fix argument to aic_sched_msgout() is several places, and condense some code.mycroft
1994-05-02insw takes a word countderaadt
1994-04-29change timeout/untimeout/wakeup/sleep/tsleep args to void *cgd
1994-04-28Enable/disable shared memory access on all WD/SMC boards. Add support formycroft
1994-04-26Style nits.mycroft
1994-04-26Add Adaptec 6360 driver from Jarle Greipsland, with some changes by me.mycroft
1994-04-25Fix uninitialized pointer, pointed out by Michael VanLoon.mycroft
1994-04-24Deal with variable-length drives that don't specify a maximum block size.mycroft
1994-04-24bit better now, fixes from me & charles. squishy squishy squishy. HI ADAM!deraadt
1994-04-24Rename two files.mycroft
1994-04-24Don't need isa.h.mycroft
1994-04-23Some changes from Charles, Adam and Christos Zoulas.hpeyerl
1994-04-22Don't need isa.h.mycroft
1994-04-22Separate DMA functions.mycroft
1994-04-21Fix typo.mycroft
1994-04-21Clean up the TUNE_1542 code.mycroft
1994-04-21Fix return of I/O space size from wtprobe(), as reported by Rafal Boni.mycroft
1994-04-20Change structure member names.mycroft
1994-04-20Maintain the xs free list with LIST_*().mycroft
1994-04-20Use TAILQ_*() to maintain the drive activation queues.mycroft
1994-04-20update from hiblercgd
1994-04-18queue up 8 mbuf chains once again, perhaps this will help?deraadt
1994-04-16first attempt at EISA 32bit IO support. it still doesn't work so it'sderaadt
1994-04-15support multicast and promiscious modederaadt
1994-04-14Patches from David Greenman to eliminate magic constants and add delays whenmycroft
1994-04-13deallocate mbuf cache on ifconfig down.deraadt
1994-04-13Various cleanup, but no functional differences.mycroft
1994-04-11undo that lastcgd
1994-04-11don't cdevvp() if a vnode for the dev already exists. Note that that'scgd
1994-04-11support multiple eisa/isa cards.deraadt
1994-04-11Fix various types. Remove some outdated flags.mycroft
1994-04-11Fix various types. Remove some outdated flags. Actually sleep a bit ifmycroft