MF4: add support for the Am79C973.

This commit is contained in:
Gary Jennejohn 2000-06-18 08:12:54 +00:00
parent 1fd9039f8a
commit 06157db316
2 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,7 @@ pcnet_probe(lnc_softc_t *sc)
case Am79C971:
return (PCnet_FAST);
case Am79C972:
case Am79C973:
return (PCnet_FASTplus);
case Am79C978:
return (PCnet_Home);

View File

@ -101,6 +101,7 @@
#define Am79C970A 0x2621
#define Am79C971 0x2623
#define Am79C972 0x2624
#define Am79C973 0x2625
#define Am79C978 0x2626
/* Board types */