* Make BMS2003 use a separate config file to avoid #ifdef mess;

add I2C support; add support for DS1337 RTC

* Add CompactFlash support  for BMS2003 board

* Add support for status LED on BMS2003 board
This commit is contained in:
wdenk 2004-01-04 22:51:12 +00:00
parent 180d3f74e4
commit a522fa0e7c
10 changed files with 698 additions and 19 deletions

View file

@ -56,6 +56,8 @@
#define ATA_CYL_HIGH ATA_IO_REG(5)
#define ATA_DEV_HD ATA_IO_REG(6)
#define ATA_COMMAND ATA_IO_REG(7)
#define ATA_DATA_EVEN ATA_IO_REG(8)
#define ATA_DATA_ODD ATA_IO_REG(9)
#define ATA_STATUS ATA_COMMAND
#define ATA_DEV_CTL ATA_IO_ALT(6)
#define ATA_LBA_LOW ATA_SECT_NUM