Remove an errant splimp() that I missed when I went through this driver
the first time.
This commit is contained in:
parent
ebcc7b37d5
commit
707f355368
@ -1205,7 +1205,6 @@ static void xl_choose_xcvr(sc, verbose)
|
||||
static int xl_attach(dev)
|
||||
device_t dev;
|
||||
{
|
||||
int s;
|
||||
u_char eaddr[ETHER_ADDR_LEN];
|
||||
u_int32_t command;
|
||||
struct xl_softc *sc;
|
||||
@ -1213,8 +1212,6 @@ static int xl_attach(dev)
|
||||
int media = IFM_ETHER|IFM_100_TX|IFM_FDX;
|
||||
int unit, error = 0, rid;
|
||||
|
||||
s = splimp();
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
unit = device_get_unit(dev);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user