index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sbus
/
be.c
Age
Commit message (
Expand
)
Author
2003-10-16
Enable VLAN encapsulation.
pk
2003-05-03
DMA, not dma nor Dma.
wiz
2002-12-10
Remove the `flags' argument from bus_intr_establish().
pk
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2002-08-23
Use the structures defined in bsd_openprom.h for "reg", "range",
thorpej
2002-05-22
bcmp -> memcmp.
wiz
2002-03-20
Get rid of unnecessary BUS_SPACE_MAP_LINEAR.
eeh
2002-03-11
Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
pk
2001-11-13
add RCSIDs
lukem
2001-09-26
getprop* -> PROM_getprop*
eeh
2001-09-12
Properly initialize sc->sc_bustag.
eeh
2001-03-20
Fix fall-out from previous change: the map's DMA address is valid only
pk
2001-03-08
Use bus_dmamap_load(), not bus_dmamap_load_raw().
thorpej
2001-01-14
Use splnet() to block network interrupts, not splimp().
thorpej
2000-12-14
ALTQ'ify.
thorpej
2000-11-15
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
thorpej
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-05-10
No need to specify page alignment; this is automatic.
pk
2000-05-10
Fix bogus `boundary' argument in bus_dmamap_create().
pk
2000-05-09
Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.
pk
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-14
Make promiscuous mode go again.
pk
2000-02-02
Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
thorpej
2000-02-02
Bring some order to the chaos which was the MII code function naming
thorpej
1999-12-23
* remove full duplex modes for the internal transceiver
pk
1999-12-22
Streamline media code a bit by some `pseudo-mii' code designed to handle
pk
1999-12-21
Shuffle some code around to allow two PHYs to attach. Only one PHY can
pk
1999-12-20
* Remove spurious blockade in the path to get the transceiver status word.
pk
1999-11-21
Check presence of Sbus interrupt properties before using them.
pk
1999-11-12
Call mii_down() as appropriate.
thorpej
1999-11-04
Adapt to mii_phy_probe() change.
thorpej
1999-05-18
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
thorpej
1999-03-23
Fix promiscuous modes - patches from Jason Wright.
pk
1999-02-19
Don't try to use the MII routines for the internal PHY.
pk
1999-01-18
Fix AF_NS code.
pk
1999-01-17
Share ring buffer code and data structure for `be' and `qe' in
pk
1999-01-16
Import Jason Wright's Bigmac driver, written for OpenBSD.
pk