Changeset 405b67c in mainline
- Timestamp:
- 2016-11-01T19:26:42Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a72d9f
- Parents:
- 340513c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/Makefile.inc
r340513c r405b67c 41 41 RD_DRVS_ESSENTIAL += \ 42 42 platform/sun4u \ 43 bus/pci/pciintel 43 bus/pci/pciintel \ 44 bus/isa \ 45 char/ns8250 46 47 RD_DRV_CFG += \ 48 bus/isa 44 49 45 50 RD_SRVS_NON_ESSENTIAL += -
uspace/Makefile
r340513c r405b67c 205 205 DIRS += \ 206 206 drv/platform/sun4u \ 207 drv/bus/pci/pciintel 207 drv/bus/pci/pciintel \ 208 drv/bus/isa \ 209 drv/char/ns8250 208 210 endif 209 211 endif -
uspace/drv/bus/isa/isa.ma
r340513c r405b67c 1 1 9 pci/class=06&subclass=01 2 10 pci/ven=108e&dev=1000
Note:
See TracChangeset
for help on using the changeset viewer.