alc
dcc8e5e949
Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO to
...
contigmalloc() instead of calling bzero().
2004-01-14 06:14:35 +00:00
alfred
48297db6e9
NULL -> 0
2003-12-24 18:59:20 +00:00
imp
bf46bca8b2
Gross kludge:
...
o when compiling lint, undefine certain things and redefine them so that the
driver doesn't #error out. Since lint kernels aren't supposed to be
bootable, I'm no troubled by this breakage.
This fixes the tinderbox
Suggested by: rwatson
Approved by: bms
2003-11-16 22:33:42 +00:00
obrien
c63dab466c
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
mdodd
e48b09aeb5
- Deal with netisr changes.
...
- Wrap idt_atm_harpconn() in conditional define T_ATM_BUFQUEUE
2003-03-29 15:55:04 +00:00
imp
cf874b345d
Back out M_* changes, per decision of the TRB.
...
Approved by: trb
2003-02-19 05:47:46 +00:00
mdodd
dee3b611a1
- The 'aux' field isn't around any longer.
...
- Add missing splnet()/splx()
2003-01-24 00:37:10 +00:00
alfred
bf8e8a6e8f
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
mdodd
8c002c3888
Use more standard variable names for modevent functions.
2002-10-02 04:47:52 +00:00
mdodd
4f0de203e7
Add a field to struct cmn_unit to hold a pointer to the driver's softc.
2002-10-01 22:04:31 +00:00
mdodd
eb286245fd
HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).
...
Obtained from: Richard Hodges <rh@matriplex.com>
2002-09-30 05:12:39 +00:00