summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
2007-10-26Phillips -> Philips in commentsMartin Reindl
2007-10-21Remove a bogus and unnecessary check for if_addrlist from ex_init().Brad Smith
ok dlg@
2007-10-21Add multicast support.Brad Smith
Tested by todd@ with IPv6. Based on similar changes to the FreeBSD driver. ok dlg@
2007-10-21Add ifmedia support.Brad Smith
Tested by todd@ From FreeBSD ok dlg@
2007-10-18Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.Brad Smith
Tested by todd@ ok dlg@
2007-10-09MALLOC -> mallocGilles Chehade
ok krw@
2007-10-06Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITEBrad Smith
Tested by todd@ ok dlg@
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
obvious.
2007-09-20replace the BANK_SEL bus space macro usage with the ISA_PUT macro and removeBrad Smith
BANK_SEL. ok dlg@
2007-09-19a little more cleaning. removing some useless comments.Brad Smith
ok dlg@
2007-09-19In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE.Brad Smith
From FreeBSD ok dlg@
2007-09-19sprinkle a few tabs on ex_ioctl() to make things easier on the eyes.Brad Smith
ok dlg@
2007-09-19call ether_ioctl() from within ex_ioctl().Brad Smith
ok dlg@
2007-09-19remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVALBrad Smith
upon error in ex_ioctl(). ok dlg@
2007-09-19rename a few functions.Brad Smith
ok dlg@
2007-09-19don't need to wrap the code in #if NEX > 0Brad Smith
ok dlg@
2007-09-19ex_start() is always called at splnet, so remove the unnecessary splnet.Brad Smith
ok dlg@
2007-09-19de-staticBrad Smith
ok dlg@
2007-09-17A little cleaning..Brad Smith
- de-register - ANSI functions - remove a commented out and bogus ioctl Tested by todd@ ok dlg@
2007-08-15When polling call ahaintr() at splbio(). Noticed by and fix tested byKenneth R Westerback
todd@.
2007-07-04bye byeHenning Brauer
2007-07-04remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage.Henning Brauer
from brad, ok millert beck miod krw igor deraadt
2007-07-01fix potential crash due to wrong ca_devsize; whilst here, also fix iobase ↵Constantine A. Murenin
type; ok grange, kettenis
2007-06-29ansify/de-registerJasper Lievisse Adriaanse
no binary change
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
cpu_disklabel can go away, since nothing anymore needs to use it; ok miod
2007-06-18avoid modification race in DIOCRLDINFO; ok krw miodTheo de Raadt
2007-06-17ansify/de-registerJasper Lievisse Adriaanse
ok miod@
2007-06-14Prettier dmesg; requested a long time ago by deraadt@.Alexander Yurchenko
2007-06-08remove:Henning Brauer
-entry for ix nic in files.isa, not even in tree -ep nic driver, replaced by ne ages ago -hp nic driver, broken for ages from brad, ok matthieu krw theo miod
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors
2007-06-06remove never used #ifdef IPX_NOTYET codeHenning Brauer
2007-06-05Switch to rwlock(9)Jonathan Gray
ok grange@
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
to size. tested on almost all machines, double checked by miod and krw next comes the type handling surrounding these values
2007-06-01remove strings from sensor.desc which are now present in sysctl variable ↵Constantine A. Murenin
names; ok grange@
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
readdisklabel(), since all readdisklabel()'s do that already. ok deraadt@
2007-05-29It helps to commit removals from the tree that has the files cvs removedClaudio Jeker
instead of one where they where just empty. Figured out by art@
2007-05-29Stray reference in a comment to the dear departed wt.Kenneth R Westerback
2007-05-29Move tokenring support to the attic where it can join the cards that whereClaudio Jeker
decomissioned aeon ago. We will not miss it at all. OK dlg@ henning@ and a lot of cheers by other in the room
2007-05-28Delete wt code files. The end of wt(4).Kenneth R Westerback
2007-05-28Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes areKenneth R Westerback
st(4). ok tom@ deraadt@ jason@
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-19the thinkpad 60 models are in "state" 5.Ted Unangst
ok deraadt jasper jsg mk
2007-05-082nd one found: If you really wish to make a function __inline (which willTheo de Raadt
be called once), please also make it static so that the compiler does not generate a 2nd one to export to outside callers! that is a stupid waste of space.
2007-05-08old school media handling is no longer used; ok jsgTheo de Raadt
2007-05-04move bcd tables to the only place that uses them (the unused mcd driver);Theo de Raadt
ok miod
2007-04-29MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o.Kenneth R Westerback
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
readdisklabel/writedisklabel. ok deraadt@ weingart@ conceptual ok drahn@
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat