Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-09 | Match CBEM56G as well | Niklas Hallqvist | |
2001-07-09 | sync | Niklas Hallqvist | |
2001-07-09 | Ehh, nice duplicate | Niklas Hallqvist | |
2001-07-09 | Trivial ether_input_mbuf(). | Federico G. Schwindt | |
2001-07-09 | trivial ether_input_mbuf(). | Federico G. Schwindt | |
btw, shouldn't this code share the am7990 core? | |||
2001-07-09 | ch_flags should be ch_status | Constantine Sapuntzakis | |
2001-07-09 | regen | Michael Shalayeff | |
2001-07-09 | CBEM56G from matthieu@ (; | Michael Shalayeff | |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller | |
printf's "%lld" can be used with a quad_t or int64_t without a bogus cast. | |||
2001-07-09 | Minor code clean ups. | Kenneth R Westerback | |
Rename some functions for better consistancy/clarity, e.g. tul_wdtr_done -> tul_wide_done tul_msgout_wide -> tul_msgout_wdtr Consolidate extended message generation into new function tul_msgout_extended() by using HCS_Msg[] array, replacing several repetitive bus_write_*() code sections. A couple of minor code clarifications to eliminate extra return statements and make absolutely sure HCS_ActScb is NULL during a reselect. | |||
2001-07-09 | Move IFQ_SET_READY macro to attach time. | Federico G. Schwindt | |
2001-07-09 | More lame OpenBSD tags. | Federico G. Schwindt | |
2001-07-09 | Fix incorrect logic 'optimization' so that sync is negotiated even if | Kenneth R Westerback | |
wide is not. Now my CD drives on the narrow channel of the INI-9100UW negotiate to the same configuration they do on other cards. | |||
2001-07-09 | Remove dubious #include MACRO "string" construct (non-ANSI) | Marc Espie | |
and use the more correct #include <file.h> style. From discussion with millert@. | |||
2001-07-09 | Extend nat/rdr syntax. Add source/destination selection. Make | Daniel Hartmeier | |
interface optional. Suggested by rdump@river.com. nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)] rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*] [proto (tcp | udp | icmp)] | |||
2001-07-09 | add i2o devices | Michael Shalayeff | |
2001-07-09 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-09 | only on prog_switch, more includes and protos | Michael Shalayeff | |
2001-07-09 | remove unused files, build bzero off of memset | Michael Shalayeff | |
2001-07-09 | did ever compile? | Michael Shalayeff | |
2001-07-09 | have to have a proto here | Michael Shalayeff | |
2001-07-09 | protos, includes, and terrans | Michael Shalayeff | |
2001-07-09 | a wagon and a small cart of protos, spaces, and includes | Michael Shalayeff | |
2001-07-09 | protos and spaces | Michael Shalayeff | |
2001-07-09 | proper vtophys types, spaces, protos | Michael Shalayeff | |
2001-07-09 | looking at other archs vtophys lives there | Michael Shalayeff | |
2001-07-09 | more spacees, includes, protos | Michael Shalayeff | |
2001-07-09 | protos, includes, spaces; from prev ci | Michael Shalayeff | |
2001-07-09 | protos, includes, spaces | Michael Shalayeff | |
2001-07-09 | lots of parens, protos | Michael Shalayeff | |
2001-07-09 | missing includes, fix functions | Michael Shalayeff | |
2001-07-09 | ptr types dammit | Michael Shalayeff | |
2001-07-09 | missing includes and spaces | Michael Shalayeff | |
2001-07-09 | missing includes | Michael Shalayeff | |
2001-07-08 | Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN | Federico G. Schwindt | |
(or ifqmaxlen); it's done in if_attach() now. No future drivers needs to set up this anymore unless they want to use something else. | |||
2001-07-08 | empty arg list is named void for convinience, i suppose | Michael Shalayeff | |
2001-07-08 | regen | Brad Smith | |
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith | |
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@ | |||
2001-07-08 | Fix thinko. Okay millert@ | Marc Espie | |
Uncovered by gcc 3.0, since the bad code does have unpredictable behavior. | |||
2001-07-08 | Remove static from func decls | Niklas Hallqvist | |
2001-07-08 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-08 | OpenBSD tag. | Federico G. Schwindt | |
2001-07-08 | Add missing call to minor() in RDLABELDEV macro. | Todd C. Miller | |
This only worked before by luck. Fixes floppy panic in -current. Thanks to krw@ for the DDB traceback, it helped ;-) | |||
2001-07-07 | fix comment to make life easier for my special friend darren. | Niels Provos | |
2001-07-07 | On 2nd though, pci_conf_read returns host-ordered words. | Niklas Hallqvist | |
2001-07-07 | Correct PCI identifier matching. Match more devices too. | Niklas Hallqvist | |
2001-07-07 | sync | Niklas Hallqvist | |
2001-07-07 | More aac identifiers | Niklas Hallqvist | |
2001-07-07 | get rid of compiler warning | Marco S Hyman | |
2001-07-06 | style change #2, avoid (a == b) == c | Daniel Hartmeier | |